/*
 Lib over-rides
--------------------------------   */
a{
  cursor: pointer;
}
.form-control {
    border: 1px solid rgb(204, 204, 204);
    box-shadow: none; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    transition: none;
    -webkit-transition: none; 
    -moz-transition: none;
    -ms-transition: none;
    -webkit-appearance: none;
    border-radius: 3px;
    background-image: -moz-linear-gradient( 90deg, rgb(255, 255, 255) 40%, rgb(240, 240, 240) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 255, 255) 40%, rgb(240, 240, 240) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255, 255, 255) 40%, rgb(240, 240, 240) 100%);
}
.form-control::-webkit-input-placeholder {
    color: #141414;
}
.form-control::-moz-placeholder {
    color: #141414;
}
.form-control:-ms-input-placeholder {
    color: #141414 !important;
}

textarea {
    resize: vertical;
}
select.form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background-image: url(../images/select-arr-2.png), -webkit-linear-gradient( 90deg, #fff 0%, #f0f0f0 70%);
    background-repeat: no-repeat;
    background-position: 100% center;
    box-shadow: inset 0 1px 0 0 #fff;
    height: 36px;
    padding-right: 42px;
    padding-left: 8px;
    color: #585858;
    width: 100%;
    border: 1px solid #ccc;
}
select.form-control::-ms-expand {
    display: none;
}

.validation-field.select select {
    background: #fff url('../images/select-arr-2.png') right no-repeat !important;
}

.form-group label {
    vertical-align: middle;
    font-size: 12px;
    font-weight: 500;
    color: #323232;
}
.flex-direction-nav a:before {
    line-height: 1;
}
.flexslider {
    border: none;
    margin: 0;
}
.navbar {
    margin-bottom: 0;
}

.page_header .button .btn {
    line-height: 32px;
}
.page_header .button .btn:hover,
.page_header .button .btn:focus {
    text-decoration: none;
}

/* Modal */
.modal {
    z-index: 10050;
    width: 85%;
    max-width: 900px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    bottom: auto;
    height: 85%;
    max-height: 630px;
    margin: 0;
    overflow-x: visible !important;
    overflow-y: visible !important;
    padding-right: 0 !important;
}
.modal .modal-title {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .08em;
}
.modal .modal-header {
    padding: 30px 30px 0;
    border-bottom: none;
}
.modal .modal-desc {
    margin-bottom: 20px;
}
.modal .modal-body {
    padding: 20px 30px;
}
.modal-backdrop {
    z-index: 10006;
}
.modal-dialog {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.modal-vcenter {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.modal-dialog .modal-vcenter .modal-content {
    width: 100%;
    margin: auto;
    max-height: 630px;
    border-radius: 5px;
}
.modal .close {
    background: #000;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding-right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    z-index: 9;
    top: -16px;
    right: -16px;
    cursor: pointer;
    font-style: normal;
    font-size: 26px;
    font-weight: 400;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    text-shadow: none;
    color: #fff;
    border-radius: 50%;
}
.modal .close span {
	margin-left: 1px;
	display: inline-block;
}
.modal .qv-loader {
	color: #000;
}
.modal-content {
	border: none;
	box-shadow: none; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    height: 100%;
    width: 100%;
    max-height: 630px;
    overflow-y: auto;
}
.modal-footer {
    text-align: left;
    border-top: none;
    padding: 0 30px 30px;
}
.modal-resacts .btn-default,
.modal-footer .btn-default {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 2px solid #323232;
    margin-right: 10px;
    min-width: 90px;
    margin-top: 1px;
}
.modal-resacts .btn-default {
    line-height: 34px;
    display: none;
}
.modal-footer .btn:first-child {
    display: none;
}
.modal-footer .btn + .btn {
    min-width: 200px;
}

.qcart .modal-dialog .modal-vcenter .modal-content {
    height: 100%;
    background: transparent;
}
.qcart.modal, .qv.modal {
    max-width: 1072px;
}
@media (max-width: 1024px) {
    .qcart.modal, .qv.modal  {
        max-width: 90%;
        max-height: 740px;
    }
}

@media (max-width: 767px) {
    .qcart.modal, .qv.modal  {
        max-width: 400px;
        max-height: 600px;
    }
}
.formField {
    margin-bottom:15px;
}
.smallrow {
    margin-left:-7px;
    margin-right:-7px;
}
.smallcol {
    padding-right:7px;
    padding-left:7px;
}

@media (max-width: 991px) {
    .modal-footer .btn {
        width: auto !important;
    }
}
@media (max-width: 767px) {
    .modal .modal-header {
        padding: 12px 15px 0;
    }
    .modal .modal-body {
        padding: 15px 15px 20px 15px;
    }
    .modal-footer {
        padding: 0 15px 25px 15px;
    }
}
@media (max-width: 580px) {
    .modal-footer .btn {
        width: 100% !important;
    }
    .modal-footer .btn-default {
        margin-right: 0;
    }
    .modal-footer .btn-default.btn-inverse  {
        margin-left: 0 !important;
    }

}

@media (max-width: 480px) { 
    .modal-footer .btn {
        max-width: 100% !important;
    }
    .modal-resacts .btn-default + .btn-default{
        margin-top: 10px
    }
}

@media (max-width: 320px) {
    .createreview-modal .modal-footer .btn:first-child {
        margin-top: 1px;
    }
}
/*
 BreadCrumnbs
--------------------------------  */

.breadcrumnb {
    margin-bottom: 14px;
    clear: both;
    background-color: #f1f1f1;
}
.breadcrumnb ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
.breadcrumnb ol li {
    float: left;
    line-height: 1;
    font-size: 12px;
    color: #646464;
    opacity: 0.7;
    filter: alpha(opacity=70);
    padding: 11px 0 12px;
}
.breadcrumnb ol li:after {
    content: "\f054";
    font: normal normal normal 8px/1 FontAwesome;
    margin: 0 10px;
}
.breadcrumnb ol li:last-child:after {
    content: "";
}
.breadcrumnb ol li > a {
    color: #646464;
    text-transform: capitalize;
}
.breadcrumnb ol li > span,
.breadcrumnb ol li:last-child > a {
    color: #646464;
}


/*
 General
--------------------------------  */
.page-content {
    padding: 0 0 30px 0;
    min-height: 500px;
}
.page_header {
    margin: 0 0 25px;
}
.page_heading {
    margin: 0px 0 16px 0;
    font-weight: 700;
    position: relative;
}


/*
 Product grid
--------------------------------  */
.product-items {
    margin-left: -10px;
    margin-right: -10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
   -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-items:after {
    content: "";
    display: table;
    clear: both;
}

.product-items .product-item {
    float: left;
    padding: 0 10px;
    position: relative;
    text-align: left;
    margin-bottom: 0;
    height: auto !important;
}
.product-item .img {
    margin-bottom: 16px;
    position: relative;
}
.product-item .img > a {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.product-item .img a img {
    display: inline-block;
    transition: all .3s ease 0s;
}

.product-item:hover .img a img{
    opacity: .6;
}

.product-item .img > .action {
    opacity: 0;
    display: block;
    padding: 0;
}
.product-item:hover .img > .action {
    opacity: 1;
    filter: alpha(opacity=100);
    
}
.product-item .img > .action .btn-wishlist {
    box-shadow: none; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    margin-bottom: 24px;
    padding: 0;
}
.product-item .img > .action .btn-wishlist:hover {
    color: #000;
}
.product-item .img > .action .add-to-cart {
    width: 78%;
    display: block;
    margin: 0 auto 12px auto;
    line-height: 33px;
}

.product-item .img > .action .reviews{
    width: 100%;
    margin-bottom: 50px;
}
.product-item .img > .action .quickview {
    width: 100%;
}
.product-item .img .quickview {
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 90px;
    min-height: 25px;
    padding: 5px 0 5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    z-index: 2;
    width: auto!important;
}
.qv-enabled .product-item .img .quickview {
    display: block;
}

.product-item .name {
    margin-bottom: 8px;
    line-height: 18px;
    min-height: 36px;
}
.product-item .name a {
    display: inline-block;
    font-size: 12px;
}
.product-item .price {
    line-height: 18px;
    height: 18px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
}
.product-item del.regular-price {
    margin-right: 5px;
}
.product-item .on-sale-badge {
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 10px;
    min-height: 20px;
    padding: 3px 8px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px 0 0 2px;
    background: #ea3b02;
}
.product-item .on-sale-badge::after {
    line-height: 0;
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    content: '';
    border-width: 20px 10px 0 0;
    border-style: solid;
    border-color: #ea3c02 transparent transparent transparent;
}
.product-items .product-item .desc {
  display: none;
}
.product-item .status {
    line-height: 25px;
    margin-bottom: 10px;
    display: none;
}
    .product-item .status span {
        display: inline-block;
        line-height: 23px;
    }
.product-item .status span:before {
    content: "\2022";
    margin: 0 0.5em 0 0.2em;
    color: #000;
}
.product-item .status span:first-child:before {
    display: none;
}
.product-item .ajaxcart-loader,
.product-item .ajaxcart-added {
    display: none;
}
.product-item.ajaxcart-loading .buyitlink-text,
.product-item.ajaxcart-loading .ajaxcart-added {
    display: none;
}
.product-item.ajaxcart-loading .ajaxcart-loader {
    display: inline-block;
}

.product-item.ajaxcart-complete .buyitlink-text,
.product-item.ajaxcart-complete .ajaxcart-loader {
    display: none;
}
.product-item.ajaxcart-complete .ajaxcart-added {
    display: inline-block;
}

.product-item .reviews {
    margin-bottom: 12px;
    min-height: 21px;
}
.reviews-stars {
    position: relative;
    display: inline-block;
    line-height: 1;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
}
.reviews-stars svg {
    width: 14px;
    height: 14px;
}

.product-item .reviews span.reviews-count {
    line-height: 1;
    display: none;
    margin-left: 3px;
}

.product-items.product-items-1 .product-item {
    float: none;
}
.product-items.product-items-2 .product-item {
    width: 50%;
}
.product-items.product-items-3 .product-item {
    width: 33.33333333%;
}
.product-items.product-items-4 .product-item {
    width: 25%;
}
.product-items.product-items-5 .product-item {
    width: 20%;
}
.product-items.product-items-6 .product-item {
    width: 16.6666666666666%;
}

/*.category-page.leftbar.rightbar .product-items .product-item {
    width: 50%;
}*/

@media(max-width: 1023px) {
    .product-items.product-items-1 .product-item,
    .product-items.product-items-2 .product-item,
    .product-items.product-items-3 .product-item,
    .product-items.product-items-4 .product-item,
    .product-items.product-items-5 .product-item,
    .product-items.product-items-6 .product-item {
        width: 33.33333333%;
    }
}
@media(max-width: 991px) { 
    #search .product-items.product-items-4 .product-item {
        width: 33.33%;
    }
    .product-items {
        margin-left: -10px;
        margin-right: -10px;
    }
    .product-items .product-item {
        padding: 0 10px;
    }
}
@media(max-width: 767px) {
    .product-items.product-items-1 .product-item,
    .product-items.product-items-2 .product-item,
    .product-items.product-items-3 .product-item,
    .product-items.product-items-4 .product-item,
    .product-items.product-items-5 .product-item,
    .product-items.product-items-6 .product-item {
        width: 33.33%;
    }
}
@media(max-width: 580px) {
    .product-items {
        margin-left: -5px;
        margin-right: -5px;
    }
    .product-items.product-items-1 .product-item,
    .product-items.product-items-2 .product-item,
    .product-items.product-items-3 .product-item,
    .product-items.product-items-4 .product-item,
    .product-items.product-items-5 .product-item,
    .product-items.product-items-6 .product-item {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }
    #search .product-items.product-items-4 .product-item {
        width: 50%;
    }
}

@media(max-width: 380px) {
    #search .product-items.product-items-4 .product-item {
        width: 100%;
    }
}
@media(max-width: 340px) {
    .product-items.product-items-1 .product-item,
    .product-items.product-items-2 .product-item,
    .product-items.product-items-3 .product-item,
    .product-items.product-items-4 .product-item,
    .product-items.product-items-5 .product-item,
    .product-items.product-items-6 .product-item {
        width: 100%;
    }   
}

.product-carousel ul.product-items > li.product-item {
    padding-bottom: 5px;
}
/*
  Paging - Sort By
--------------------------------   */
.bottom_breadcrumb {
    width: 100%;
    text-align: right;
    display: inline-block;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    margin-bottom: 50px;
}

.paging strong, 
.paging a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    min-width: 36px;
    padding: 0 10px;
    margin-left: 3px;
    text-align: center;
    color: #2d2d2d;
    border: 1px solid transparent;
}

.paging strong,
.paging a:hover {
    color: #2d2d2d;
    border-color: #d7d7d7;
    text-decoration: none;
    font-weight: 500;
}
.paging a.prev-link {
    margin-right: 12px;
}
.paging a.next-link {
    margin-left: 12px;
}
.paging .category-viewall {
    margin-left: 8px;
}
.paging a.next-link,
.paging a.prev-link,
.paging .category-viewall {
    border-color: #d7d7d7;
    font-weight: 500;
    color: #000;
    min-width: 130px;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 13px;
    min-width: 94px;
}
.paging a.next-link:hover,
.paging a.prev-link:hover,
.paging .category-viewall:hover
 {
    color: #2d2d2d;
    border-color: #2d2d2d;
}
.sort-by span {
    font-size: 11px;
    font-weight: 700;
    position: relative;
    top: 0;
    display: inline-block;
    margin-right: 7px;
    text-transform: uppercase;
    color: #000;
}
.sort-by select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
    height: 36px;
    padding-right: 42px;
    padding-left: 8px;
    width: 100%;
    max-width: 166px;
    display: inline-block;
}

.sort-by {
    float: right;
    width: 100%;
    text-align: right;
}

@media(max-width: 767px) {

    .paging {
        float: none;
        text-align: center;
        clear: both;
        width: 100%;
        margin: 20px 0 0;
    }
    .paging a {
        margin: 0 0 10px;
    }
    .paging a.next-link, .paging a.prev-link, .paging .category-viewall {
      min-width: 0;
   }

    .sort-by {
        float: none;
        width: 100%;
    }

    .sort-by select {
        width: 100%;    
    }
}


/*
Message, Error
--------------------------------   */
section#message p.notice,
section#error p.notice {
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b;
}

section#message i,
section#error i{
    font-size: 14px;
}
section#message .button,
section#error .button {
    text-align: center;
}
section#message .button .btn,
section#error .button .btn{
    cursor: pointer;
    padding: 0 30px;
}


/*
    Extra Pages Content
    --------------------------------   */
#extrapage {
    padding-top: 5px;
    padding-bottom: 100px;
}

/*  Manufacturer Index 
    --------------------------------    */
#manufacturerIndex .manufacturer-index {
    list-style: none;
    float: left;
    padding: 0px;
    margin: 0 -15px;
}
#manufacturerIndex .mfg-name {
    float: left;
    width: 25%;
    margin-bottom: 20px;
    padding: 0 15px;
    text-align: center;
}

#manufacturerIndex .mfg-name .manf-logo ~ a {
    display: block;
    padding-top: 10px;
}
#manufacturerIndex .mfg-name a{
    color: #323232;
    font-weight: 600;
    font-size: 13px;
    text-transform: capitalize;
}
@media (max-width: 991px) {
    #manufacturerIndex .mfg-name {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
   #manufacturerIndex .mfg-name{
      width: 50%;
    }  
}

@media (max-width: 480px) {
   #manufacturerIndex .mfg-name{
      width: 100%;
    }  
}


/*  Category Index
    ----------------------------    */
.categoryIndex {
    display: block;
    padding-left: 15px;
}
.categoryIndex ul{
    list-style: none;
    padding: 0px;
}
.categoryIndex a{
    color: #000;
}
.category_level1 {
    margin-left: 0;
}
.category_level1 li a {
    font-weight: 500;
}
.category_level2 {
    margin-left: 20px;
}
.category_level3 {
    margin-left: 40px;
}
.category_level4 {
   margin-left: 60px;
}

/*  Product Index
    --------------------------- */
#productIndex .product-index-paging {
    margin: 15px 0 0px;
}
#productIndex ul {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
    float: left;
    width: 100%;
}
#productIndex .product-index-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#productIndex .product-index-item  a{
    color: #000;
}

/*  Search Pages
    --------------------------- */
/**/
.searchPage .category-header {
    margin-bottom: 0;
}
.searchPage .header h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    border-bottom: 1px solid #dfdfdf;
    text-transform: capitalize;
}
.searchPage .header h3 span {
    position: relative;
    display: inline-block;
}
.searchPage .header h3 span:before {
    position: absolute;
    z-index: 1;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    background: #f16102;
}
}
.searchPages,
.searchCatFormat {
    margin-bottom: 35px;
}
.searchPagesFormat ul {
    list-style: none;
    margin: 15px 0 0;
    padding: 0px;
}
#searchPages ul {
    margin: 0 0 15px;
}
#searchPages .searchPagesFormat {
    padding-left: 20px;
}
.searchPagesFormat p {
    margin: 0;
}
.searchCatFormat ul{
    list-style: none;
    display: inline-block;
    margin: 0 20px 15px 0;
    padding: 0;
}
.searchPages a,
.searchCatFormat a{
    color: #000;
}
.searchCatFormat ul .searchCatFormat-count {
    line-height: 20px;
    display: inline-block;
    min-width: 23px;
    margin-left: 1px;
    padding: 0 6px;
    text-align: center;
    border-radius: 2px;
    background-color: #ea3b02;
    color: #fff;
}
#search-bar .category-toolbar {
    overflow: hidden;
    padding: 6px 0;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #f6f6f6;
    margin: 0;
}
#search-bar h2.titles {
    text-transform: none;
    margin-bottom: 0;
    padding-top: 10px;
    font-weight: 400;
    font-size: 12px;
    color: #474747;
}
.searchPages .btn-moreresults {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
    border-color: #38383e;
    background: #38383e;
    font-size: 12px;
    font-weight: 700;
    height: 35px;
    padding: 7px 30px 6px;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    display: inline-block;
}
@media (max-width: 767px) {
    .searchCatFormat ul{
        width: 100%;
        margin-right: 0%;
    }
}
.searchCatFormat ul li{
    line-height: 25px;
    display: inline-block;
}
.searchCatFormat ul li:after {
    content: '>';
    display: inline-block;
    padding: 0 5px;
}
.searchCatFormat ul li:last-child:after {
  display:none;
}

.search-actions .product-items {
    clear: both;
    padding-top: 30px;
}

.browsing_historyBlock .history-disable-btn .btn {
    margin-top: 22px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 30px;
    line-height: 35px;
}

@media (max-width: 480px) {
    #listing form > .sub-section.browsing_historyBlock .page_heading {
        width: 100%;
    }
}
#breadcrumbsBlock ul {
    padding-left: 10px;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}
#breadcrumbsBlock ul:before {
    content: "";
    background: #9f9f9f;
    width: 6px;
    height: 6px;
    border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
#breadcrumbsBlock ul li {
    padding-left: 5px;
    list-style: none;
}

#breadcrumbsBlock ul li[itemprop="itemListElement"] {
    float: left;
    position: relative;
    padding-right: 17px;
    margin-right: 7px;
}
#breadcrumbsBlock ul li[itemprop="itemListElement"]:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px; 
    position: absolute;
    right: 0px;
    top: 0;
    color: #bebebe;
}
#breadcrumbsBlock ul li[itemprop="itemListElement"]:last-child:before {
    display: none;
}
#breadcrumbsBlock ul li a {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
/*  Go Back My Account 
    --------------------------- */
.myAccount.icon-btn-prev {
    float: right;
    margin-top: -45px;
    z-index: 1;
    position: relative;
}
.myAccount.expire-date{
    margin-top: -35px;
}

@media only screen and (max-width: 991px) {
    .myAccount.icon-btn-prev,
    .expire-date{
        margin-top: 10px !important;
        margin-bottom: 10px;
    }
}

/*  Content Area
    --------------------------- */
.content-area{
    position: relative;
    /*margin-bottom: 30px;*/
}
.page_header .container{
    position: relative;
}
.page_header .button{
    margin:15px 0 0 0;
}
.page_header .button .icon-left {
    display: none;
}
@media (min-width: 1024px) {
    .page_header .button{
        position:absolute;
        z-index:1;
        top:0;
        right:0;
        padding:0 15px;
        margin:0;
    }
}
.header > h4.page_heading {
    margin-bottom:25px;
}

/*  Utilities
    --------------------------- */
.required {
    color: #f1152f;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.error {
    margin-bottom:25px;
}
.error-img {
    display: inline-block;
}

/* Left Side Bar 
--------------------------------   */
@media (max-width: 1024px) {
    aside#leftContent {
       
    }
}

/* Quickview 
--------------------------------  */
.qv .product-item {
    padding: 0;
    width: 100%;
    background: transparent;
}
.qv .product-item iframe {
    border: none;
    margin: 0;
    width: 100%;
    min-height: 280px;
    display: block;
}
body#quickView {
    padding: 35px 60px 20px 60px;
}
.qv-col {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative
}
.qv-col.qv-col1 {
    width: 46%;
    padding-right: 20px;
}
.qv-col.qv-col2 h2.name {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.qv-col.qv-col2 {
    width: 54%;
    padding: 10px 0 0 20px;
}
.qv-col.qv-col2 .price label{
    display: none;
}
.qv-close {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 1;
    font-size: 28px;
}
.qv .product-item .img {
    overflow: visible;
    min-height: 0;
    padding: 10px
}
.qv .product-item .img img {
    position: static
}
.qv .product-item .on-sale-badge {
    z-index: 1000
}
.qv .name {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1;
    height: auto
}
.qv.on-sale .sale-price,
.qv.on-sale del.regular-price {
    display: inline-block
}
.qv .options {
    margin-top: 20px
}
.qv .options h3 {
    margin: 0 0 8px;
    font-size: 16px
}
.qv .options-inner {
    margin-bottom: 22px;
}
.qv-option {
    margin: 0 0 15px
}
.qv-option:last-child {
    margin-bottom: 0
}
.qv-option h4 {
    margin: 0 0 8px;
    padding: 0 0 5px;
    font-size: 14px;
    border-bottom: 1px solid #ececec
}
.qv-option.checkbox label {
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #ececec;
    padding: 5px 10px 5px 30px
}
.qv-option.radio [type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.qv-option.radio [type=radio]+span::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    border-radius: 1em;
    border: .125em solid #fff;
    box-shadow: 0 0 0 .15em #999;
    margin-right: .75em;
    transition: .5s ease all
}
.qv-moredetails {
    padding: 0 !important;
    margin: 15px 0 0;
}
[type=radio]:checked+span::before {
    background: #666;
    box-shadow: 0 0 0 .25em #000
}
.checkbox-format,
.radio-format>.radio-option {
    position: relative;
    cursor: pointer
}
.qv-option.radio label {
    padding-left: 3px;
    padding-right: 0;
    margin-right: 15px
}
.qv-option select {
    cursor: pointer
}
.qv .qty {
    width: 90px;
    display: block;
}
.qv .qty label {
    font-weight: 500;
    color: #323232;
}
.qv .qty .qty-input {
    text-align: center;
    width: 100%;
    margin: 0
}
.qv .addcart {
    display: inline-block;
    margin-top: 30px;
}
.qv label.qty-dd {
    margin-bottom: 0px;
}
.qv .addcart .btn {
    min-width: 280px;
}

@media (max-width: 991px) {
    .qv-col.qv-col1 {
        width: 38.5%;
    }
    .qv-col.qv-col2 {
        width: 61.5%;
    }
}
@media (max-width: 480px) {
    .qv .addcart .btn {
        min-width: 100%;
    }
}
.qv .addcart .btn i {
    display: none;
}
.qv .qv-moredetails {
    display: inline-block;
     box-shadow: none; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .02em;
    text-transform: none;
    text-decoration: none;
    border-bottom: 1px solid #7d7d7d;
    line-height: 15px;
    height: auto;
    margin: 12px 0 12px 40px;
    color: #323232;
}
.qv .qv-moredetails i {
    display: none;
}
.qv .qv-moredetails:hover {
    color: #000;
}
.qv-loader {
    text-align: center;
    color: #fff;
    font-size: 20px;
    max-width: 300px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -10px;
}

@media (max-width: 991px) {
    .qv .qv-moredetails {
        margin-top: 20px;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .qv .addcart {
        width: 100%;
    }
}
@media (max-width: 683px) {
    .qv .product-item .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    body#quickView {
        padding: 15px 25px 10px 25px;
    }
    .qv-col.qv-col1 {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .qv-col.qv-col2 {
        padding-left: 0;
        width: 100%;
    }
}
@media(max-width: 600px) {
    .qv-col.qv-col1 {
        float: none;
        width: 96%;
        margin: 0 auto 20px auto;
    }
    .qv-col.qv-col2 {
        float: none;
        width: 96%;
        margin: 0 auto;
    }
}

/*  Options
--------------------------  */
.opt-regular {
    margin: 23px 0 0;
    position: relative;
}
.opt-regular:first-child {
    margin-top: 0;
}
.opt-label {
    margin: 0 0 5px;
    line-height: 1;
}
.opt-label > label {
    margin: 0;
    color: #141414;
    font-weight: 500;
}
.opt-field .form-group label {
    font-weight: 400;
}
.qty-format {
    margin-left: 5px;
    font-weight: 400;
}
.qty-format-label {
    margin-left: 5px;
    margin-right: 15px;
    font-weight: 400;
}
.radio-format {
    margin-right: 6px;
}
.radio-format > input[type="radio"] {
    display: none;
}
.radio-format > .radio-option {
    line-height: 1;
    border: 1px solid #d7d7d7;
    cursor: pointer;
    margin: 0;
    position: relative;
    font-weight: 400;
}
.radio-format > .radio-option > img {
    max-height: 30px;
    max-width: 30px;
}
.radio-format > .radio-option > span {
    padding: 12px 10px;
    display: inline-block;
    min-width: 36px;
    text-align: center;
    color: #2d2d2d;
}
.radio-format > input[type="radio"]:checked + label.radio-option {
    border: 1px solid #141414;
    color: #141414;
}
.dropdown-format {}
.dropdown-format > label,
.dropdownimage-format > label {
    min-width: 200px;
    margin-bottom: 0;
    margin-right: 15px;
    font-weight: 400;
}
.dropdown-image {
    width: 36px;
    height: 36px;
}
.dropdown-image > img {
    width: auto;
    height: 100%;
}
.checkbox-format {
    padding-left: 30px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    cursor: pointer;
    margin-right: 3px;
  font-weight: 400;
}
.checkbox-format input[type="checkbox"], 
.checkbox-format input[type="checkbox"] {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.opt-title {
    margin: 25px 0 0;
}
.opt-title > label {
    font-weight: 500;
    color: #141414;
}
.qtyTable-btn {
    color: #000;
}
.qtyTable-btn:before {
    font: normal normal normal 12px/1 FontAwesome;
    content: "\f077";
    margin-right: 8px;
}
.qtyTable-btn.collapsed:before {
    content: "\f078";
}
.qtyTable-btn:hover,
.qtyTable-btn:focus {
    color: #000;
    text-decoration: none;
}
.quantityBlock .header > .page_heading {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: none;
    margin-top: 5px;
    line-height: 25px;
}
.quantityBlock .quantity-table {
    margin-top: 10px;
    color: #2d2d2d;
}
.quantityBlock .quantity-table table {
    margin-bottom: 0;
    border-collapse: unset;
}
.quantityBlock .quantity-table .table > thead > tr > th {
    border-bottom: 1px dotted #d0d0d0;
    font-weight: 500;
    padding-bottom: 4px;
}
.quantityBlock .quantity-table .table > thead > tr > th.title-quantity {
    padding-left: 0;
}
.quantityBlock .quantity-table .table > thead > tr > th.title-price {
    text-align: right;
    padding-right: 0;
}
.quantityBlock .quantity-table .table > tbody > tr > td {
    border-bottom: 1px dotted #d0d0d0;
    border-top: none;
}
.quantityBlock .quantity-table .table > tbody > tr > td.qty-bound {
    padding-left: 0;
}
.quantityBlock .quantity-table .table > tbody > tr > td.qty-price {
    padding-right: 0;
    text-align: right;
    font-weight: 500;
}
.qty-input {
    position: relative;
    width: 130px;
    vertical-align: middle;
    margin-bottom: 28px;
}
.qty-input input[type="text"] {
    display: block;
    margin: 0;
    padding: 0 36px 0 36px;
    height: 36px;
    width: 130px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}
span.qty-nav {
    display: block;
    height: 34px;
    width: 36px;
    position: absolute;
    top: 1px;
}
span.qty-nav-up {
    right: 1px;
}
span.qty-nav-down {
    left: 1px;
}
span.qty-nav > button {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #fff;
    color: #646464;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    outline: none !important;
}
span.qty-nav-up {
    border-left: 1px solid #ececec;
}
span.qty-nav-down {
   border-right: 1px solid #ececec;
}
span.qty-nav > button:last-child {
    border-bottom-color: transparent;
}
.btn.btn-addcart {
    font-size: 14px;
    font-weight: 500;
    line-height: 0;
    display: block;
    width: 100%;
    max-width: 250px;
    height: 40px;
    margin: 15px 0 10px;
    border-radius: 3px;
}
@-moz-document url-prefix() {
 /* hack css firefox */ 
    .btn.btn-addcart {
        line-height: 38px !important;
    }
}

.btn.btn-addcart i {
    display: none;
}
label.qty-dd {
    margin-bottom: 0;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 30px;
    padding-top: 22px;
    position: relative;
}
label.qty-dd:before {
    content: "Quantity";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 500;
}
label.qty-dd select {
    width: 130px;
    min-width: 0;
    height: 36px;
    font-weight: 400;
    text-align: center;
}
.add-cart-block label.qty-dd {
    float: left;
}
.add-cart-block label.qty-dd select {
    height: 36px;
}
.option-help {
    color: #333;
    margin: 0;
    padding: 0;
    outline: none !important;
}

/*  Options
--------------------------  */
h3.store-name {
    font-size: 20px;
    margin: 5px 0 0;
}
h4.store-slogan {
    margin: 5px 0 0;
    font-size: 12px;
    color: #323232;
}

/*
 Quick cart
--------------------------------   */
#viewCartQuick {
    padding: 18px 25px;
}
#viewCartQuick .page_header {
    margin-bottom: 24px;
}
#viewCartQuick .container {
    width: 100%;
} 
#viewCartQuick > .page_header > .container > .page_heading {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #2d2d2d;
    border-bottom: 1px solid #efefef;
    padding-bottom: 16px;
    text-transform: none;
    letter-spacing: .02em;
}
#viewCartQuick .page_heading:after {
    display: none;
}
.qcart-youmayaslolike .page_heading {
    font-size: 16px;
    padding-top: 35px;
    margin-top: 20px;
    margin-bottom: 36px;
    border-top: 1px solid #efefef;
    text-align: center;
}
.quickCartItems {
    max-height: 305px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 35px;
}
section.qcart-items {
    margin: 0 0 20px;
}
.qcart-youmayaslolike .owl-carousel .owl-nav > div {
    width: 20px;
    height: 34px;
    font-size: 0;
    position: absolute;
    top: 30%;
    margin-top: -17px;
}
.qcart-youmayaslolike .owl-carousel .owl-nav > .owl-prev {
    left: -25px;
}
.qcart-youmayaslolike .owl-carousel .owl-nav > .owl-next {
    right: -25px;
    text-align: right;
}

.qcart-youmayaslolike .product-item .reviews {
    display: none;
}

iframe#qcart-Iframe {
    width: 100%;
/*    height: 100% !important;*/
    display: block;
}
#viewCartQuick .category-header {
    margin-bottom: 0;
}
#viewCartQuick .quickCartCheckout {
    padding-right: 35px;
}
#viewCartQuick .quickCartCheckout > h1 {
    margin: 5px 0 15px;
    font-size: 16px;
    font-weight: 700;
    color: #323232;
    text-transform: uppercase;
    letter-spacing: .08em;
}
#viewCartQuick .quickCartCheckout > p {
    line-height: 1;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 18px;
    color: #2d2d2d;
}
#viewCartQuick .quick-subtotal {
    margin: 0 0 20px;
    line-height: 1;
    font-weight: 500;
    color: #141414;
}
#viewCartQuick .quick-subtotal .price {
    color: #e95144;
	font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    float: right;
}
#viewCartQuick .quick-chkbuttons .btn {
    display: block;
    width: 100%;
     height: 42px;
    line-height: 40px;
}
#viewCartQuick .quick-chkbuttons .btn:first-child {
    margin: 0 0 15px;
    box-shadow: none; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    line-height: 42px;
    background-image: -moz-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
}
#viewCartQuick .quick-chkbuttons .btn:first-child:hover,
#viewCartQuick .quick-chkbuttons .btn:first-child:focus,
#viewCartQuick .quick-chkbuttons .btn:first-child:active {
    border-color: #141414;
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    background-image: -moz-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
}
#viewCartQuick .cart-items {
    margin: 0;
    padding-left: 0;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    background: #fff;
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
}
#viewCartQuick .cart-items > li {
    padding: 10px 0;
}
#viewCartQuick .cart-items > li + li {
    border-bottom: 1px solid #ececec;
}
#viewCartQuick .cart-items > li:last-child {
	border-bottom: none;
}
#viewCartQuick .cart-items > li.cart-item {
    padding: 20px 0;
}
#viewCartQuick .cart-items > li:before,
#viewCartQuick .cart-items > li:after {
    content: " ";
    display: table;
    clear: both;
}
#viewCartQuick .cart-items > li.items-header { 
    background: #f5f5f5;
    font-size: 11px; 
    font-weight: 700;
    color: #000;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-bottom: 1px solid #c8c8c8;
    background: #f16f5b;
    background: -moz-linear-gradient(top, #f16f5b 0%, #fff 0%, #fff 42%, #f7f7f7 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f16f5b), color-stop(0%, #fff), color-stop(42%, #fff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #f16f5b 0%, #fff 0%, #fff 42%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #f16f5b 0%, #fff 0%, #fff 42%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #f16f5b 0%, #fff 0%, #fff 42%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #f16f5b 0%, #fff 0%, #fff 42%, #f7f7f7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f16f5b', endColorstr='#f7f7f7', GradientType=0);
}
#viewCartQuick .cart-items > li > span {
    display: block;
    line-height: 16px;
    padding: 0 20px;
    float: left;
}

#viewCartQuick .cart-items > li > span.item-name { width: 52%;}
#viewCartQuick .cart-items > li > span.item-price { width: 17%; text-align: center;}
#viewCartQuick .cart-items > li > span.item-qty { width: 12%; text-align: center; color: #141414;}
#viewCartQuick .cart-items > li > span.item-total { width: 19%; text-align: center;}

#viewCartQuick .cart-items > li.cart-item > span.item-price,
#viewCartQuick .cart-items > li.cart-item > span.item-qty,
#viewCartQuick .cart-items > li.cart-item > span.item-total {
    padding-top: 15px;
    line-height: 1.4em;
    font-size: 13px;
}
#viewCartQuick .cart-items > li.cart-item > span.item-price,
#viewCartQuick .cart-items > li.cart-item > span.item-total {
    color: #141414;
    letter-spacing: 0;
}
#viewCartQuick .cart-items > li.cart-item > span.item-price {
	font-weight: 700;
}
#viewCartQuick .cart-items > li.cart-item > span.item-total {
	font-weight: 700;
}
#viewCartQuick span.item-thumb {
    width: 64px;
    height: 92px;
    position: relative;
    display: block;
    float: left;
    margin-right: 20px;
}
#viewCartQuick span.item-thumb img {
    max-height: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
}

#viewCartQuick .cart-items > li > span.item-name .item-name-right a{
    color: #141414;
}
#viewCartQuick .cart-items > li > span.item-name .item-name-right .view-hide {
    color: #969696;
    font-style: italic;
    margin-top: 10px;
    border-bottom: 1px solid #c1c1c1;
    line-height: 15px;
    display: inline-block;
    font-family: 'Arimo', sans-serif;
    text-decoration: none;
}
#viewCartQuick .cart-items > li > span.item-name .item-name-right .view-hide:hover {
	color: #000;
	border-color: #000;
}
#viewCartQuick .cart-items > li > span.item-name .item-name-right .itemoptions {
    margin-top: 15px;
    color: #2d2d2d;
    display: inline-block;
}
#viewCartQuick .cart-items > li > span.item-name .item-name-right .itemoptions b {
    font-weight: 500;
    color: #141414;
    display: inline-block;
    padding-bottom: 5px;
}
#viewCartQuick .quickview {
    display: none;
}
#viewCartQuick .product-items {
    margin-top: 15px;
    margin-bottom: 0;
}
#viewCartQuick .cart-items > li span.recurring_frequency {
    display: block;
    margin-top: 8px;
}
@media (max-width: 991px) {
    .qcart-youmayaslolike .owl-carousel .owl-nav > div {
        top: 35%;
    }
    #viewCartQuick .quickCartCheckout {
        padding-right: 0;
    }
}

@media (max-width: 756px) {
    #viewCartQuick .quickCartCheckout {
        padding-left: 0;
    }
    .quickCartItems {
        margin-top: 25px;
        padding-left: 0px;
    }
}
@media (max-width: 767px) {
    .qcart.modal , .qcart .modal-dialog .modal-vcenter .modal-content {
        max-height: 350px !important;
    }
}
@media (max-width: 690px) {
    .quickCartItems, .qcart-youmayaslolike {
        display: none;
    }
}

@media (max-width: 580px) {
    .quickCartItems {
        width: 100%;
        margin-top: 25px;
        padding-left: 15px;
    }
    #viewCartQuick .quickCartCheckout {
         width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 480px) {
    #viewCartQuick {
        padding: 18px 0;
    }
}

/*
 Sidebar widgets
--------------------------------   */
.sidebar-widget {
    margin: 0 0 25px;
    display: inline-block;
    width: 100%;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.15);
    box-shadow: 0 2px 4px rgba(0,0,0,.15);
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,.15);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.15);
}
 .widget-header {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #323232;
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
}
.widget-body {
    padding: 20px;
}
.sidebar-widget .product-item .img {
    margin-top: 5px;
    margin-bottom: 0;
}
.sidebar-widget .product-item .img a {
    color: #323232;
}
.sidebar-widget .product-item .name {
    line-height: 22px;
    margin-bottom: 4px;
}
.sidebar-widget .topsellers-item:not(:last-child),
.sidebar-widget .new-release-item:not(:last-child) {
    margin: 0 0 20px;
    border-bottom: 1px dotted #d0d0d0;
    padding-bottom: 20px;
}
/*.sidebar-widget .topsellers-item:last-child,
.sidebar-widget .new-release-item:last-child {
    padding-bottom: 20px;
}*/
.sidebar-widget .product-item .price {
    margin-bottom: 0;
    font-size: 13px;
}
.sidebar-widget .product-item .price .on-sale-badge {
    display: none;
}
.sidebar-widget .product-item {
    width: 100%;
    display: inline-block;
}
.sidebar-widget .new-release-item .img{
    width: 27.5%;
    float: left;
    padding-right: 10px;
}
.sidebar-widget .product-item .img img {
	width: 100%;
}
.sidebar-widget .product-item:hover .img > a:before {
    display: none;
}
.sidebar-widget .product-item:hover .img .action {
    opacity: 0;
    filter: alpha(opacity=0);
}
.sidebar-widget .topsellers-item-first .img img {
    margin-left: auto;
    margin-right: auto;
}
.sidebar-widget .new-release-item .info{
    width: 72.5%;
    float: left;
    padding-left: 10px;
}
.sidebar-widget .product-item .info .reviews {
    display: block !important;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .sidebar-widget .product-item .info {
        padding-top: 15px;
    }
}
ul.sidebarUL {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.sidebarUL > li {
    padding-bottom: 10px;
}
ul.sidebarUL > li:last-child {
    padding-bottom: 0;
}

.sidebar-widget #modPrice .widget-header {
    margin-bottom: 22px;
}

.sidebar-widget #sideLeftBanner > a,
#rightBar #sideLeftBanner > a {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.sidebar-widget #sideRightBanner,
#rightBar #sideLeftBanner {
    margin-bottom: 30px;
}
.sidebar-widget #sideCustomCMS .widget-header {
    margin-bottom: 20px;
}

/*
 Validation Styles
--------------------------------   */
.validation-field {
    position: relative;
    margin: 0;
    font-weight: normal;
    display: block;
    width: 100%;
}
.validation-field.validation-field-inline {
    display: inline-block;
    width: auto;
}
.required-indicator {
    color: #f1152f;
    display: inline-block;
    font-size: 16px;
    padding-top: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    height: 26px;
}
.required-indicator:before {
    content: "*";
}
.small-label {
    line-height: 26px;
}
.small-label .required {
    line-height: 16px;
    padding-top: 10px;
}

/*  Apple Pay
--------------------------  */
#apple-pay-button {
    display: none;
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 100%;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 100%;
    height: 44px;
    padding: 10px 0;
    border-radius: 10px;
}

/*  Google Pay
--------------------------  */
.googlepay {
    display:none;
    background-color: white;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%22102%22%20height%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M80.526%202.635v4.083h2.518c.6%200%201.096-.202%201.488-.605.403-.402.605-.882.605-1.437%200-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0%205.52v4.736h-1.504V1.198h3.99c1.013%200%201.873.337%202.582%201.012.72.675%201.08%201.497%201.08%202.466%200%20.991-.36%201.819-1.08%202.482-.697.665-1.559.996-2.583.996h-2.485v.001zm7.668%202.287c0%20.392.166.718.499.98.332.26.722.391%201.168.391.633%200%201.196-.234%201.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61%200-1.12.148-1.528.442-.409.294-.613.657-.613%201.093m1.946-5.815c1.112%200%201.989.297%202.633.89.642.594.964%201.408.964%202.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45%201.372-2.486%201.372-.882%200-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96%200-.828.313-1.486.94-1.976s1.463-.735%202.51-.735c.892%200%201.629.163%202.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132%202.132%200%200%200-1.455-.547c-.84%200-1.504.353-1.995%201.062l-1.324-.834c.73-1.045%201.81-1.568%203.238-1.568m11.853.262l-5.02%2011.53H95.42l1.864-4.034-3.302-7.496h1.635l2.387%205.749h.032l2.322-5.75z%22%20fill%3D%22%235F6368%22%2F%3E%3Cpath%20d%3D%22M74.448%207.134c0-.473-.04-.93-.116-1.366h-6.344v2.588h3.634a3.11%203.11%200%200%201-1.344%202.042v1.68h2.169c1.27-1.17%202.001-2.9%202.001-4.944%22%20fill%3D%22%234285F4%22%2F%3E%3Cpath%20d%3D%22M67.988%2013.7c1.816%200%203.344-.595%204.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754%200-3.244-1.182-3.776-2.774h-2.234v1.731a6.728%206.728%200%200%200%206.01%203.703%22%20fill%3D%22%2334A853%22%2F%3E%3Cpath%20d%3D%22M64.212%208.267a4.034%204.034%200%200%201%200-2.572V3.964h-2.234a6.678%206.678%200%200%200-.717%203.017c0%201.085.26%202.11.717%203.017l2.234-1.731z%22%20fill%3D%22%23FABB05%22%2F%3E%3Cpath%20d%3D%22M67.988%202.921c.992%200%201.88.34%202.58%201.008v.001l1.92-1.918c-1.165-1.084-2.685-1.75-4.5-1.75a6.728%206.728%200%200%200-6.01%203.702l2.234%201.731c.532-1.592%202.022-2.774%203.776-2.774%22%20fill%3D%22%23E94235%22%2F%3E%3Cpath%20d%3D%22M.148%202.976h3.766c.532%200%201.024.117%201.477.35.453.233.814.555%201.085.966.27.41.406.863.406%201.358%200%20.495-.124.924-.371%201.288s-.572.64-.973.826v.084c.504.177.912.471%201.225.882.313.41.469.891.469%201.442a2.6%202.6%200%200%201-.427%201.47c-.285.43-.667.763-1.148%201.001A3.5%203.5%200%200%201%204.082%2013H.148V2.976zm3.696%204.2c.448%200%20.81-.14%201.085-.42.275-.28.413-.602.413-.966s-.133-.684-.399-.959c-.266-.275-.614-.413-1.043-.413H1.716v2.758h2.128zm.238%204.368c.476%200%20.856-.15%201.141-.448.285-.299.427-.644.427-1.036%200-.401-.147-.749-.441-1.043-.294-.294-.688-.441-1.183-.441h-2.31v2.968h2.366zm5.379.903c-.453-.518-.679-1.239-.679-2.163V5.86h1.54v4.214c0%20.579.138%201.013.413%201.302.275.29.637.434%201.085.434.364%200%20.686-.096.966-.287.28-.191.495-.446.644-.763a2.37%202.37%200%200%200%20.224-1.022V5.86h1.54V13h-1.456v-.924h-.084c-.196.336-.5.611-.91.826-.41.215-.845.322-1.302.322-.868%200-1.528-.259-1.981-.777zm9.859.161L16.352%205.86h1.722l2.016%204.858h.056l1.96-4.858H23.8l-4.41%2010.164h-1.624l1.554-3.416zm8.266-6.748h1.666l1.442%205.11h.056l1.61-5.11h1.582l1.596%205.11h.056l1.442-5.11h1.638L36.392%2013h-1.624L33.13%207.876h-.042L31.464%2013h-1.596l-2.282-7.14zm12.379-1.337a1%201%200%200%201-.301-.735%201%201%200%200%201%20.301-.735%201%201%200%200%201%20.735-.301%201%201%200%200%201%20.735.301%201%201%200%200%201%20.301.735%201%201%200%200%201-.301.735%201%201%200%200%201-.735.301%201%201%200%200%201-.735-.301zM39.93%205.86h1.54V13h-1.54V5.86zm5.568%207.098a1.967%201.967%200%200%201-.686-.406c-.401-.401-.602-.947-.602-1.638V7.218h-1.246V5.86h1.246V3.844h1.54V5.86h1.736v1.358H45.75v3.36c0%20.383.075.653.224.812.14.187.383.28.728.28.159%200%20.299-.021.42-.063.121-.042.252-.11.392-.203v1.498c-.308.14-.681.21-1.12.21-.317%200-.616-.051-.896-.154zm3.678-9.982h1.54v2.73l-.07%201.092h.07c.205-.336.511-.614.917-.833.406-.22.842-.329%201.309-.329.868%200%201.53.254%201.988.763.457.509.686%201.202.686%202.079V13h-1.54V8.688c0-.541-.142-.947-.427-1.218-.285-.27-.656-.406-1.113-.406-.345%200-.656.098-.931.294a2.042%202.042%200%200%200-.651.777%202.297%202.297%200%200%200-.238%201.029V13h-1.54V2.976z%22%20fill%3D%22%233C4043%22%2F%3E%3Cpath%20d%3D%22M61%200h41.285v18H61z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px #6d6d6d;
    outline: 0;
    padding: 10px 8px;
    width: 238px;
    height: 40px;
    min-height: 40px;
    margin-left: auto;
    margin-right: auto;
}
.googlepay:focus {
    box-shadow: 0px 1px 3px 0px #6d6d6d, inset 0px 0px 0px 1px #a8abb3;
}

.googlepay:hover:enabled {
    background-color: #f7f7f7;
}

.googlepay:active:enabled {
    background-color: #e7e8e8;
}

.googlepay.no-shadow {
    box-shadow: inset 0px 0px 0px 1px #dadce0;
}

.googlepay.no-shadow:focus {
    box-shadow: inset 0px 0px 0px 1px #a8abb3;
}

.googlepay:disabled::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
}
@media(max-width: 767px) {
    .googlepay {
        width:100%;
    }
}

/* Gallery Image Popup*/

.mz-expand {
    background: transparent !important;
    bottom: auto !important;
}
.mz-expand-stage {
    width: 90% !important;
    height: 90%;
    max-width: 800px;
    max-height: 680px;
    background: #fff;
    margin: auto;
}
.mz-image-stage {

}
@media screen and (max-device-width: 1024px) {
    .mz-expand-stage {
        margin: 0 auto;
        top: 5% !important;
        max-height: 605px;
    }
}
@media screen and (max-device-width: 991px) {
    .mz-expand-stage {
        margin: 0 auto;
        top: 5% !important;
        max-height: 650px;
    }
}
@media screen and (max-device-width: 767px) {
    .mz-expand-stage {
        max-height: 600px;
        max-width: 88%;
    }
    .mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
        top: 5% !important;
        bottom: 5% !important;
    }
}
@media screen and (max-device-width: 480px) {
    .mz-expand-stage {
        max-height: 460px;
    }
}
@media screen and (max-device-width: 380px) {
    .mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
        top: 3.5% !important;
    }
    .mz-expand-stage {
        max-height: 430px;
    }
}
@media screen and (max-device-width: 350px) {
    .mz-expand-stage {
        max-height: 350px;
    }
}
.mz-expand .mz-expand-bg > img {
    display: none;
}
.mz-expand .mz-expand-bg {
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mz-expand .mz-expand-bg + .mz-expand-bg {
    display: none !important;
}
.mz-expand .mz-expand-stage .mz-image-stage {
    padding: 30px 0;
}

/* Social icon*/
.at-share-btn-elements .at-icon,
.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 22px !important;
    height: 22px !important;
}
.at-resp-share-element .at-share-btn {
    margin: 0 7px 0 0 !important;
    padding: 0 !important;
    text-align: center;
}
.at-resp-share-element .at-share-btn svg {
    fill: #323232 !important;
}
.at-resp-share-element .at-share-btn.at-svc-compact {
    margin-right: 0 !important;
}
.at-resp-share-element .at-share-btn:focus, 
.at-resp-share-element .at-share-btn:hover {
    transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* Look Book */
.lookbook .owl-carousel {
    position: relative;
    margin-bottom: 10px;
}
.lookbook .social-icons {
    display: inline-block;
    width: 100%;
    padding: 7px 0 15px;
}
.lookbook .social-icons .addthis_inline_share_toolbox {
    display: inline-block;
    float: right;
    margin-right: -5px;
}
.lookbook .social-icons .at-share-btn-elements a:last-child {
    padding-right: 0;
    margin-right: 0;
}
.lookbook .lookbook-bottom {
    padding: 40px 0 0;
    text-align: center;
    border-top: 1px solid #d0d0d0;
}
.lookbook .lookbook-bottom .btn {
    font-size: 14px;
    min-width: 140px;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ea3b02;
    background-image: -moz-linear-gradient( 90deg,rgb(214,50,17) 0%,rgb(234,69,6) 100%);
    background-image: -webkit-linear-gradient( 90deg,rgb(214,50,17) 0%,rgb(234,69,6) 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(214,50,17) 0%,rgb(234,69,6) 100%);
    box-shadow: inset 0 1px 0 0 #fa710c;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
    line-height: 44px;
    height: 46px;
    padding: 0 27px;
}
.lookbook .owl-carousel .owl-nav div {
    background-color: #fff;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    text-align: center;
    display: none;
}
@media(min-width: 1025px) {
    .lookbook .owl-carousel:hover .owl-nav div {
        display: table;
    }
}
.lookbook .owl-carousel .owl-nav div i {
    font-size: 20px;
    color: #000;
    display: table-cell;
    vertical-align: middle;
}
.lookbook .owl-carousel .owl-nav .owl-prev {
    left: -16.5px;
}
.lookbook .owl-carousel .owl-nav .owl-next {
    right: -16.5px;
}

/* Owl Carousel */
.owl-nav > div {
    opacity: 1;
    filter: alpha(opacity=100);
}
.owl-nav > div.disabled {
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.owl-carousel.product-items {
    margin: 0;
}
.owl-carousel.product-items .product-item {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
}
.owl-carousel.product-items .product-item .on-sale-badge {
    left: 0;
}

.owl-carousel .owl-nav > div {
    width: 20px;
    height: 34px;
    font-size: 0;
    position: absolute;
    top: 30%;
    color: #141414;
}
.owl-carousel .owl-nav > .owl-prev {
    left: -65px;
}
.owl-carousel .owl-nav > .owl-next {
    right: -65px;
}
.owl-carousel .owl-nav > div svg {
    width: 18px;
    height: 34px;
    fill: #646464;
}
.owl-dots {
    display: none;
}
.owl-carousel .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
#homeNewReleases .owl-carousel .owl-dots {
    margin-top: 15px;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    padding: 0 10px;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    background: #76736f;
    border: 1px solid transparent;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active span {
    width: 13px;
    height: 13px;
    background: transparent;
    border-color: #76736f;
}
.owl-carousel .owl-dots .owl-dot.active {
    margin-top: 1px;
}

.lookbook .owl-carousel .owl-nav > div {
    top: 50%;
    margin-top: -17px;
}

@media (max-width: 1320px) {
    .owl-carousel .owl-nav > .owl-prev {
        left: -20px;
    }

    .owl-carousel .owl-nav > .owl-next {
        right: -20px;
        text-align: right;
    }
}
@media (max-width: 1199px) {
    .owl-carousel .owl-nav > .owl-prev {
        left: -14px;
    }

    .owl-carousel .owl-nav > .owl-next {
        right: -14px;
    }
    .owl-carousel .owl-nav > div svg {
        width: 14px;
        height: 26px;
    }
    .lookbook .owl-carousel .owl-nav > div {
        margin-top: -13px;
    }
}
@media (max-width: 991px) {
    .owl-dots {
        display: block;
    }
}

@media (max-width: 767px) { 
    .owl-carousel .owl-nav > div {
        top: 30% !important;
        margin-top: -8px;
    }
    .lookbook .owl-nav > div {
        display: none;
    }
    #extrapage {
        padding-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .lookbook .social-icons .addthis_inline_share_toolbox {
        width: 100%;
        margin-right: 0;
    }
    .lookbook .social-icons .at-resp-share-element.at-mobile .at-share-btn {
        margin-right: 0;
    }
    .lookbook .social-icons .at-share-btn-elements a:last-child {
        padding-right: 5px;
    }
}
#subcategoriesBlock {
    margin-bottom: 25px;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.15);
    box-shadow: 0 2px 4px rgba(0,0,0,.15);
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,.15);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.15);
}
#subcategoriesBlock .side-module-heading {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #323232;
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
}
#subcategoriesBlock ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 0 15px;
}
#subcategoriesBlock ul li {
    border-top: 1px dotted #d0d0d0;
}
#subcategoriesBlock ul:nth-child(2) li:first-child {
    border-top: none;
}
#subcategoriesBlock ul li a {
    padding: 10px 0;
    display: block;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#subcategoriesBlock ul li:hover a {
    color: #ea3b02;
    position: relative;
    padding-left: 15px;
}
#subcategoriesBlock ul li:hover a:before {
    font-family: FontAwesome;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 0;
    color: #ea3b02;
    content: '\f0da';
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    filter: alpha(opacity=0);
}
#modNewReleases .new-release-item .img .action {
    display: none;
}
#modNewReleases .product-item .img {
    padding-right: 0;
    min-height: 57px;
}
#modTopSellers .product-item {
    text-align: center;
}
#modTopSellers .product-item .div-hovered .btn {
    width: 100%;
}
#modTopSellers .product-item  .card-image-container {
    margin-bottom: 16px;
}
#modTopSellers .product-item .price {
    margin-bottom: 10px;
}
#modTopSellers .owl-nav {
    margin: 20px -20px -20px;
    border-top: 1px solid #dfdfdf;
    background: #f6f6f6;
    display: table;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: -ms-calc(100% + 40px);
    width: calc(100% + 40px);
    height: 40px;
}
#modTopSellers .owl-nav > div {
    position: static;
    width: 50%;
    display: inline-block;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
#modTopSellers .owl-nav > div.owl-prev {
    border-right: 1px solid #dfdfdf;
}
#modTopSellers .owl-nav > div span {
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    color: #585858;
    text-transform: uppercase;
}
#modTopSellers .owl-nav > div.owl-prev span {
    margin-left: 10px;
}
#modTopSellers .owl-nav > div.owl-next span {
    margin-right: 10px;
}
#modTopSellers .owl-nav > div i {
    font-size: 16px;
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
}
#leftBanner {
    border: none;
    box-shadow: none;
}
#leftBanner #sideLeftBanner a {
    margin: 0;
}
#leftBanner #sideLeftBanner img {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#leftBanner #sideLeftBanner img:hover {
    opacity: 0.5;
}
.product-view-sidebar #subcategoriesBlock {
    display: none !important;
}
#InstagramGallery .module-heading {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    border-top: none;
}
#InstagramGallery .module-heading i {
    margin-right: 10px;
}
#InstagramGallery .instagram-btn {
    margin-top: 10px;
}
#InstagramGallery .instagram-btn .btn {
    height: 48px;
    line-height: 48px;
    min-width: 220px;
}
#InstagramGallery #instafeed .items {
    font-size: 0;
    margin: 0 -10px;
}
#InstagramGallery #instafeed .items .item {
    font-size: 12px;
    width: 20%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin-bottom: 20px;
    text-align: center;
}
#feautered-products .inner-wrapper .productBlockContainer .product-item:nth-child(n+11) {
    display: none;
}
.loadMoreProduct > a {
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    min-width: 300px;
    margin-bottom: 30px;
    padding: 9px 20px 9px;
    text-transform: uppercase;
    color: #a2a2a3;
    border: 1px solid #d9d9da;
    border-width: 0 0 1px;
    border-radius: 3px;
    background: #f1f1f2;
}
.loadMoreProduct > a.disabled {
    cursor: default;
    color: #a2a2a3;
}
#searchGroup .sort-by select {
    background-image: url(../images/select-arr-2.png), -webkit-linear-gradient( 90deg, #fff 0%, #f0f0f0 70%);
    background-repeat: no-repeat;
    background-position: 100% center;
    box-shadow: inset 0 1px 0 0 #fff;
    color: #585858;
    border-radius: 3px;
    border: 1px solid #ccc;
}
@media (min-width: 1200px) {
    #leftBar,
    #blog .blogNav {
        /* width: 20%; */
        width: 19.6%;
    }
    #leftBar ~ .main-view-content,
    #blog .blogNav ~ .blogContent {
        /* width: 80%; */
        width: 80.4%;
    }
}
@media(max-width: 1199px) {
    #InstagramGallery #instafeed .items .item {
        width: 25%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #leftBar.product-view-sidebar {
        width: 25%;
    }
}
@media(min-width: 768px) {
    #leftBar,
    .main-view-content .product-cols .left-col,
    #blog .blogNav {
        /* padding-right: 10px; */
    }
    .main-view-content,
    .main-view-content .product-cols .right-col,
    #blog .blogNav ~ .blogContent {
        /* padding-left: 10px; */
    }
}
@media(max-width: 767px) {
    #InstagramGallery #instafeed .items .item {
        width: 50%;
    }
}


